home *** CD-ROM | disk | FTP | other *** search
/ Business Heaven / Business Heaven.iso / members / rand / vendor.doc < prev   
Text File  |  1993-09-05  |  6KB  |  132 lines

  1.         FILE: RAND55.ZIP
  2.          VER: 5.5
  3.     Keywords: FENTRY RANDOM NUMBER GENERATOR CHECKIN RAFFLE
  4.     Descript: Membership check in, raffle & Name tags Generator
  5.  
  6. Requirements: 8088 Mono Ramdisk or HardDrive
  7.               Supports Color and runs fine on 386-40
  8.      COMPANY: Fast ENtry Programming
  9.       AUTHOR: Walter Killeen
  10.      ADDRESS: 210 S. Lopez St.
  11.               New Orleans, LA 70119
  12.        Voice: (504)827-5989
  13.          Fax: (504)827-5989
  14.          CIS: 71511,35
  15.         FIDO: 1:396/17.22
  16. REGISTRATION: $25-$45
  17.               Site License on multi-user version available.
  18.               (Call for details)
  19.  
  20. Rand.exe is a random number Generator of excellent flexibility.
  21. It was designed to produce a WINNING number such as is used in a
  22. raffle or door prize situation. Once it picks a winner, and
  23. displays it with suitable fanfare on the screen, that number,
  24. along with the time and date  will be added to a Winner file.
  25. Once a winner has won his name is automatically prevented from
  26. winning again.
  27.  
  28. RandIN.exe is the check in module for Rand and Rand2. It is
  29. designed to read a member list (and expired member list) and
  30. create the pull list that Rand and Rand2 use. In addition, it is
  31. able to track who has or needs a name tag and generate a merge
  32. file used to create an approriate name tag. In addition, those
  33. whose name tags are ready will be told to pick up the tag when
  34. they check in. In addition, It even lets guests register in a
  35. separate followup file.
  36.  
  37. All of the files used by the above programs can be edited by a
  38. standard text editor. They are arranged in simple columns and
  39. could be output from a wide assortment of programs such as Lotus
  40. or Dbase.  The Multi-user version allows more than one check-in
  41. station to access the same data files for those really BIG check
  42. in requirements.
  43.  
  44. ┌────────────────────────────────────┐
  45. │ USER CLUB & SHAREWARE REQUIREMENTS │
  46. └────────────────────────────────────┘
  47. The first requirement of your inclusion of this package in your
  48. offering is that you NOT separate these components from each
  49. other.
  50.  
  51. The second is that this may NOT become part of a bundle (on
  52. floppy disk) of utiltites with software from other authors
  53. without my express written permission. This is not to be
  54. construed as preventing its inclusion on BBS systems. On the
  55. other hand, Shareware Laser disk publisners MUST get permission
  56. before inclusion in their offering.
  57.  
  58. This file MAY NOT be modified or removed from your distribution disk.
  59.  
  60. If disk space allows, you may however add this to a floppy disk
  61. that contains other things written by Me. All programs written by
  62. me should include the keyword FENTRY in the KeyWord area.
  63.  
  64. Any User Group or Distributer that charges more that $6.00 per
  65. disk must get written permission before inclusion in their
  66. library. Since user groups are probably my biggest target market,
  67. there will be NO exemptions of registration. As a guideline, if a
  68. user group uses this product for more than three meetings it is
  69. expected to register. ShareWare only works if Shareware Authors
  70. are compensated for their efforts.
  71.  
  72. I would request notice of inclusion should you decide to include
  73. this disk in your catalog etc. A tear sheet of the actual write
  74. up is sufficent.
  75.  
  76. ┌───────────────┐
  77. │ FILES AND USE │
  78. └───────────────┘
  79.  
  80. RANDIN.EXE              The main Check in program
  81.  
  82. RAND.EXE                Simple Random number generator, use of a
  83.                         Member list is optional and lookup method
  84.                         more time consuming.
  85.  
  86. RAND2.EXE                Faster Random number generator and
  87.                         Prize cataloging. Member List IS required.
  88.  
  89. TITLE.EXE               Title and display routine for RandIN, Rand &
  90.                         Rand2. (Required)
  91.  
  92. ?????.HLP                Help files that go with each program. These
  93.                         are simple text files that can be viewed
  94.                         with any text viewer.
  95.  
  96. GOODMEMS.LST            List of Members in good standing.
  97.                         Required; Text file, See format below
  98.  
  99. OLDMEMS.LST             List of Members who's membership has
  100.                         recently expired. They will need a password
  101.                         to check in. If not found, an empty one will
  102.                         be created.
  103.  
  104. GOODNUMS.LST            List of members who have checked in.
  105.                         This is created by RandIN and used by Rand &
  106.                         Rand2 to generate winners.
  107.  
  108. USEDNUMS.LST            List of Previous winners and what they won.
  109.                         If not found, an empty one will be created.
  110.  
  111. BADGNUMS.LST            List of People needing name tags. If the
  112.                         file BADGNUMS.HDR does NOT exist This file
  113.                         will be ignored. If the .HDR file does
  114.                         exist and .LST does not, it will be created.
  115.  
  116. BADGNUMS.HDR            The header file for the Name Tag file. If it
  117.                         is not there, all of the Badge checking and
  118.                         creating routines will be ignored.
  119.  
  120. GUESTS.LST              Created by RandIN, it is in a format similar
  121.                         to GOODNUMS and could be renamed and used
  122.                         with RAND or RAND2 to generate A list of
  123.                         Winners.
  124.  
  125. NXTGUEST.LST            Contains the number of the last guest that
  126.                         registered. If it doesn't exist, it will be
  127.                         created and set to 1. Guests are assigned a
  128.                         number to allow it's use by RAND and RAND2
  129.  
  130. See the individual Help files for detailed information on the
  131. operation of each module.
  132.